home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 November
/
CHIP Kasım 1996.iso
/
ms
/
index
/
ppc
/
idxsveng.exe
/
RCDATA
/
CABINET
/
prev.htx
< prev
next >
Wrap
Text File
|
1996-08-05
|
664b
|
20 lines
<!--
This is the "previous" button.
This retrieves the previous page of documents for the query.
The CiBookmarkSkipCount is negative, which causes a backwards scroll
on the query results.
-->
<%if CiContainsFirstRecord eq 0%>
<td align=left>
<form action="/scripts/samples/search/simple.idq" method="get">
<%include /scripts/samples/search/hidden.htx%>
<input type="hidden" name="CiBookmarkSkipCount"
value="-<%CiMaxRecordsPerPage%>" >
<input type="submit" value="Previous <%CiMaxRecordsPerPage%> documents">
</form>
</td>
<%endif%>